
        body, div, ul, li, h1, h2, h3, h4, h5, h6, p {
            margin: 0;
            padding: 0
        }

        body {
            font-size: 14px;
            font-family: '微软雅黑';
            background-color: #F9FAFC;
        }

        img {
            border: 0;
            display: block
        }

        ul {
            list-style: none
        }

        h1, h2, h3, h4, h5, h6 {
            font-size: 100%;
            color: #333;
            font-weight: normal
        }

        a {
            text-decoration: none;
            color: #666
        }

        html, body, .content {
            width: 100%;
            height: 100%;
            position: relative
        }

        body {
            background: #F9FAFC url() no-repeat center bottom
        }

        .content .main h1 {
            width: 440px;
            height: 185px;
            margin: 0 auto 20px;
            text-align: center;
        }

        .content .main h2 {
            text-align: center;
            font-family: '微软雅黑';
            font-size: 24px;
            line-height: 26px;
            font-weight: 900;
            color: #f85766
        }

        .content .main h3 {
            text-align: center;
            font-size: 17px;
            line-height: 26px;
            color: #353535;
            font-weight: 600;
            font-family: auto;
            width: 400px;
            max-width: 100%;
            margin: 16px auto 15px;
        }

        .content .main .img {
            width: 83px;
            margin: 10px auto 20px
        }

            .content .main .img h4 {
                font-size: 17px;
                color: #000;
                line-height: 20px;
                text-align: center;
                font-weight: lighter;
                padding: 8px 0;
            }

        .content .main .backIndex {
            display: block;
            margin: 0 auto;
            width: 130px;
            height: 40px;
            text-align: center;
            text-align: center;
            color: #FFF;
            background: url(../images/button.png);
            background-repeat: no-repeat;
            FONT-VARIANT: JIS04;
            float: left;
            font-size: 18px;
            line-height: 40px;
            margin: 0 5px;
        }

            .content .main .backIndex:hover {
                opacity: 0.8;
                filter: alpha(opacity=80)
            }

        .left {
            width: 50%;
            float: left;
        }

        .right {
            width: 50%;
            float: right
        }
		.ny-right img{
			 width: 100%;
		}
            .right img {
                width: 100%;
                padding-top: 15%;
            }

        .leimg {
            display: none;
        }

        @media(max-width:767px) {
            .right {
                display: none;
            }

            .left {
                width: 100%;
                float: none;
                text-align: center;
                padding-top: 30px;
            }

            .leimg {
                display: inline-block;
                margin-bottom: 20px;
            }

            .content .main h3 {
                line-height: 30px;
                margin-top: 6px;
            }
        }